home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / programming / c / turbotext / makefile next >
Encoding:
Makefile  |  1978-11-24  |  634 b   |  19 lines

  1. all:
  2.     @echo "Use either *"make install*" or *"make install.wsh*" (WShell owners)"
  3.  
  4. install:
  5.     @echo "Installing scmsg_rendezvous"
  6.     copy TTX_opts.scmsg ENVARC:sc/SCMSG
  7.     copy TTX_opts.scmsg ENV:sc/SCMSG
  8.     copy scmsg_rendezvous.rexx rexx:TTX_SASC/scmsg_rendezvous.rexx
  9.     @echo "Installing sclib_guide.ttx"
  10.     copy sclib_guide.ttx rexx:TTX_SASC/sclib_guide.ttx
  11.  
  12. install.wsh:
  13.     @echo "Installing scmsg_rendezvous"
  14.     copy TTX_opts.scmsg.wsh ENVARC:sc/SCMSG
  15.     copy TTX_opts.scmsg.wsh ENV:sc/SCMSG
  16.     copy scmsg_rendezvous.rexx rexx:TTX_SASC/scmsg_rendezvous.rexx
  17.     @echo "Installing sclib_guide.ttx"
  18.     copy sclib_guide.ttx rexx:TTX_SASC/sclib_guide.ttx
  19.